| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Library | 2023-06-19 | ||
| Source Code | 2023-06-19 | ||
| Tools | 2023-06-19 | ||
| Documentation | 2023-06-19 | ||
| README.txt | 2023-06-19 | 1.4 kB | |
| Totals: 5 Items | 1.4 kB | 0 | |
eBus 6.5.0 Downloads
________________________________________________________________________________
*** ATTENTION ***
As of release 6.0.0, eBus is now based on Java 11.
eBus does *not* use modules at this time. Therefore include
eBus jars in -classpath and not -modulepath.
The eBus license also converted from LGPL 2.1 to
Apache License 2.0. The reason for the license change is
due to Apache License 2.0 being more end-user friendly that
LGPL 2.1.
________________________________________________________________________________
Release 6.5.0 made the following changes:
+ Ticket 24: Alternate message compiler
eBus uses javassist to generate message
serializer/de-serializer class at run time. But javassist may
either not be available or valid in a given environment. An
alternate message compiler using java.lang.invoke to access
message fields when serializing and message builder set
methods when de-serializing.
There are four download folders:
+ Library: contains the eBus API jar files.
+ Documentation: contains the eBus Programmer's Manul in PDF and
Javadoc folders in tar, gzipped and zip formats.
+ Source Code: snapshot of eBus maven project files at release
time.
+ Tools: contains the eBus GUI application and configuration file
needed to run the application.
NOTE: eBus release >= 6.0.0 requires Java 11.